nav {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/*  Center a fixed width navcontainer */
/*  Adds left or right columns (e.g. content and sidebar) */
/*  Set width and height of element to that of its parent */
.fullSize {
  height: 100%;
  width: 100%;
}
/*  Position element absolutely to 0,0 */
.absoluteDefault {
  position: absolute;
  left: 0;
  top: 0;
}
/*  Position element absolutely and set its width and height to that of its parent (useful for slideshows) */
.absoluteFullSize {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*  The micro clearfix */
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}

/* ------------------=============================== */

/* Text */
.navcontainer a {
  color: #333333;
}
.newmianmenu:link {
  text-decoration: none;
}
.newmianmenu:hover {
  text-decoration: underline;
}

/* Typography */
.navcontainer {
  font-size: 0.875em;
  line-height: 2.4em;

}
.navcontainer nav ul li a {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
/* Layout */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.navcontainer {
  /* *zoom: 1; */
  /* position: relative; */
  /* margin: 0 auto;*/
  /* width: 700px; */
  margin-top: 28px;
  padding-top: 30px; 
}
.navcontainer:before,
.navcontainer:after {
  content: "";
  display: table;
}
.navcontainer:after {
  clear: both;
}
.lt-ie9 {
  overflow: visible;
}
.lt-ie9 body {
  overflow: visible;
}
.lt-ie9 .navcontainer {
  width: 960px;
}
.lt-ie8 {
  overflow-x: auto;
  overflow-y: auto;
}
/* LAYOUT
====================================== */

@media screen and (max-width: 700px) {
  .navcontainer {
    padding: 0 10px;
  }
  /* LAYOUT
	====================================== */
  .primary-content,
  .sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
/* All */
.nav {
  /* margin-bottom: 48px; */
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  /* background: #f9fafb; */
  /* background-image:url(../img2023/member.jpg); */
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
/* .nav a {
  display: block;
  padding: 10px 10px;
  line-height: 1.2em;
  color: rgb(24, 3, 3);
  border-left: 1px solid #595959;
} */
.nav a:hover {
  text-decoration: none;
  background: #23a6d1;transition:all .7s ease 0s;
}
.nav li ul {
  /* background: #d5dae3; */
  /* background: #E77918; */
  /* background: #fddebf;  */
  /* background-image: url(/${res}/img/dhbj.png); */
  background-image: url(../../img/dhbj.png);
  
  /* height: auto;
  background-repeat: no-repeat; */

}
.nav li ul li {
  /* width: 200px; */
  padding-top: 8px;
  width: max-content;
}
.nav li ul a {
	/* float: right;
  float: var(#000000); */
	margin-left: 30px;
  align-self: center;
  padding: 0px ;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}
.nav li ul a:hover {
    background-color: rgba(148,235,253,0.70);
    color: #000;
    /* font-weight: bold; */
}
/* Not Animated
============================== */
.nav1 ul > li:hover ul {
  left: 0;
}
.nav1 li ul {
  position: absolute;
  left: -9999em;
  /* top: 36px; */
  z-index: 1;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around;   */
  /* justify-items:center; */
}

.newmianmenu {
	margin-left: 30px;
	/* line-height: 100px; */
	font-size: 16px;
	font-weight: bold;
  display: block;
  /* padding: 10px 10px; */
  /* line-height: 1.2em; */
  color: rgb(24, 3, 3);
}


.navcontainer nav ul li ul li{  
  /* float: right;
  position: relative; */
}
